home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00705.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  513 b   |  18 lines

  1. on mouseUp me
  2.   global clropac
  3.   set the memberNum of sprite 31 to 677
  4.   set the memberNum of sprite 32 to 678
  5.   set the memberNum of sprite 33 to 680
  6.   set the memberNum of sprite 34 to 682
  7.   set the memberNum of sprite 35 to 684
  8.   set the memberNum of sprite 36 to 686
  9.   set the memberNum of sprite 43 to 660
  10.   set the memberNum of sprite 63 to 699
  11.   repeat with clropac = 46 to 56
  12.     set the blend of sprite clropac to 35
  13.   end repeat
  14.   set the blend of sprite 45 to 100
  15.   showit(57, 60)
  16.   hideit(61, 62)
  17. end
  18.